HipremeEngineWebSocketServer

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

onBinaryMessage
void onBinaryMessage(WebSocketBinaryMessage msg)

Specification: 4 bytes is the from socket ID 4 bytes is the to socket ID

onCloseMessage
void onCloseMessage(WebSocketCloseMessage msg)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectionEstablished
void onConnectionEstablished(WebSocketConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
onTextMessage
void onTextMessage(WebSocketTextMessage msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

sendBinaryToSocket
bool sendBinaryToSocket(uint toSocketID, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta